-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: update postcss [security] #5314
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 21, 2024 11:12
— with
GitHub Actions
Inactive
jmfrancois
had a problem deploying
to
pull_request_unsafe
May 21, 2024 11:12
— with
GitHub Actions
Error
jmfrancois
had a problem deploying
to
pull_request_unsafe
May 21, 2024 11:12
— with
GitHub Actions
Error
jmfrancois
had a problem deploying
to
pull_request_unsafe
May 21, 2024 11:12
— with
GitHub Actions
Error
jmfrancois
had a problem deploying
to
pull_request_unsafe
May 21, 2024 11:12
— with
GitHub Actions
Error
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 21, 2024 11:15
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 21, 2024 11:15
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 21, 2024 11:15
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 21, 2024 11:15
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 21, 2024 11:15
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 21, 2024 11:15
— with
GitHub Actions
Inactive
Size Change: +157 B (0%) Total Size: 16.9 MB
ℹ️ View Unchanged
|
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 24, 2024 09:11
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 24, 2024 09:11
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 24, 2024 09:11
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
May 24, 2024 09:11
— with
GitHub Actions
Inactive
jmfrancois
had a problem deploying
to
pull_request_unsafe
August 27, 2024 15:07
— with
GitHub Actions
Error
jmfrancois
had a problem deploying
to
pull_request_unsafe
August 27, 2024 15:07
— with
GitHub Actions
Error
jmfrancois
temporarily deployed
to
pull_request_unsafe
August 27, 2024 15:07
— with
GitHub Actions
Inactive
jmfrancois
had a problem deploying
to
pull_request_unsafe
August 27, 2024 15:07
— with
GitHub Actions
Error
jmfrancois
temporarily deployed
to
pull_request_unsafe
August 27, 2024 15:14
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
August 27, 2024 15:46
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
August 27, 2024 15:46
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
August 27, 2024 15:46
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
August 27, 2024 15:46
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
August 28, 2024 10:03
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
August 28, 2024 10:03
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
August 28, 2024 10:03
— with
GitHub Actions
Inactive
jmfrancois
temporarily deployed
to
pull_request_unsafe
August 28, 2024 10:03
— with
GitHub Actions
Inactive
yyanwang
temporarily deployed
to
pull_request_unsafe
September 9, 2024 12:14
— with
GitHub Actions
Inactive
yyanwang
temporarily deployed
to
pull_request_unsafe
September 9, 2024 12:14
— with
GitHub Actions
Inactive
yyanwang
temporarily deployed
to
pull_request_unsafe
September 9, 2024 12:14
— with
GitHub Actions
Inactive
yyanwang
temporarily deployed
to
pull_request_unsafe
September 9, 2024 12:14
— with
GitHub Actions
Inactive
yyanwang
reviewed
Sep 9, 2024
}, | ||
}, | ||
], | ||
type: 'asset/resource', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
adapt to breaking changes of css-loader 6:
https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md#notes
yyanwang
temporarily deployed
to
pull_request_unsafe
September 9, 2024 14:02
— with
GitHub Actions
Inactive
yyanwang
temporarily deployed
to
pull_request_unsafe
September 9, 2024 14:02
— with
GitHub Actions
Inactive
yyanwang
temporarily deployed
to
pull_request_unsafe
September 9, 2024 14:02
— with
GitHub Actions
Inactive
yyanwang
temporarily deployed
to
pull_request_unsafe
September 9, 2024 14:02
— with
GitHub Actions
Inactive
smouillour
approved these changes
Sep 10, 2024
Gbacc
approved these changes
Sep 10, 2024
jmfrancois
had a problem deploying
to
pull_request_unsafe
September 10, 2024 08:39
— with
GitHub Actions
Failure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is the problem this PR is trying to solve?
postcss security issue force us to update css-loader.
Note there is a big change in css-loader 7
What is the chosen solution to this problem?
Adapt breaking changes for css-loader 6&7.
For version 6:
file-loader
andurl-loader
are deprecated, migrate on asset modules. More detailsFor version 7: The
modules.namedExport
option is true by default if you enable theesModule
option. More details. This change impacts how CSS files are imported when using CSS Modules. Need update the modules config to keep the old behaviors. If not using CSS modules no changes required.Please check if the PR fulfills these requirements
yarn changeset
to a request a release from the CI if wanted.[ ] This PR introduces a breaking change